HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-recipe-maker/assets/css/admin/comment-moderation.scss
.wprm-comment-moderation-flag {
	float: right;

	&.wprm-comment-moderation-unflagged {
		opacity: 0.3;
	}
}

.wprm-comment-moderation-input-container {
	.wprm-comment-moderation-input {
		margin-top: 5px;
	}

	textarea {
		margin-top: 5px;
		width: 100%;
		max-width: 600px;
		min-height: 25px;
	}

	.wprm-comment-moderation-input-help {
		font-style: italic;
		font-size: 0.9em;
		margin-top: 5px;
	}
}

table.wprm-comment-moderation-log {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;

	tr {
		border-bottom: 1px solid #ddd;
		&:first-child { border-color: #444; }
		&:last-child { border-bottom: none; }
	}

	th, td {
		vertical-align: top;
		padding: 5px 0;
	}

	th {
		text-align: left;

		&:nth-child(1) { width: 150px; }
		&:nth-child(2) { width: 150px; }
		&:nth-child(3) { width: 30px; }
		&:nth-child(4) { min-width: 200px; }
	}

	td {
		&:nth-child(3) {
			text-align: center;
		}
		&:nth-child(4) {
			white-space: pre;
		}
	}
}